Skip to content

Commit

Permalink
Add attribute defaults to components (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fireboltofdeath committed Jul 22, 2021
1 parent aea9626 commit e93c51a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/flamework.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export namespace Flamework {
export interface ComponentConfig {
tag?: string;
attributes?: { [key: string]: t.check<unknown> };
defaults?: { [key: string]: unknown };
instanceGuard?: t.check<unknown>;
refreshAttributes?: boolean;
}
Expand Down

0 comments on commit e93c51a

Please sign in to comment.