Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 2c1b959

Browse files
authored
build: export grid directives (#1353)
Previously only the top-level module was exported as part of the public API. This posed a problem when trying to extend the directives with custom breakpoints.
1 parent b5cfb43 commit 2c1b959

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

src/lib/grid/public-api.ts

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,14 @@
88

99
export * from './module';
1010

11-
11+
export * from './align-columns/align-columns';
12+
export * from './align-rows/align-rows';
13+
export * from './area/area';
14+
export * from './areas/areas';
15+
export * from './auto/auto';
16+
export * from './column/column';
17+
export * from './columns/columns';
18+
export * from './gap/gap';
19+
export * from './grid-align/grid-align';
20+
export * from './row/row';
21+
export * from './rows/rows';

0 commit comments

Comments
 (0)